home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 401-425 / disk_404 / ngtc / unpackdisk1 < prev    next >
Text File  |  1992-05-06  |  722b  |  30 lines

  1. .K ""
  2. echo "This script will unpack the following lharc archives:"
  3. echo ""
  4. echo "    NGTCCMD.LZH    =>    NGTC_One:"
  5. echo "    NGTCTD1.LZH    =>    NGTC_One:"
  6. echo ""
  7.  
  8. ask "Do you have a blank disk ready?"
  9. if not WARN
  10.     echo "Try again when you do ..."
  11.     echo "All Done.  Click close gadget to get rid of window."
  12.     endcli
  13. endif
  14.  
  15. ask "Is floppy drive df1: free?"
  16. if not WARN
  17.     echo "You will need to do the unpacking yourself."
  18.     echo "All Done.  Click close gadget to get rid of window."
  19.     endcli
  20. endif
  21.  
  22. echo "Formatting and unpacking disk."
  23.  
  24. sys:system/format drive df1: name NGTC_One noicons
  25. :c/lharc -x -a -m x NGTCGMD.LZH NGTC_One:
  26. :c/lharc -x -a -m x NGTCTD1.LZH NGTC_One:
  27.  
  28. echo "All Done.  Click close gadget to get rid of window."
  29. endcli
  30.